home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -serious- / wb / filelocker / filelocker.doc < prev    next >
Text File  |  1999-09-06  |  2KB  |  60 lines

  1. FileLocker doc
  2. ~~~~~~~~~~~~~~
  3.  
  4. FileLocker V1.0, ©TigerSoft 1997
  5. Programmed by Thomas Graff Thøger
  6.  
  7.  
  8. FileLocker can lock files so noone can access them.
  9. This is usefull when using a network and want some files on a device
  10. to be private, while other files are to be public.
  11.  
  12. By importing the filenames of the files to make private, and marking
  13. them as locked, the file will be lcoked by FileLocker. This makes
  14. the files inaccessible until they are unlocked by FileLocker again.
  15.  
  16. There is one catch, though: You can't access the files yourself either!
  17. If you need to access a locked file you have to unlock the file manually,
  18. then access it, and finally lock it again.
  19. In the time the file is unlocked it will become publicly available.
  20.  
  21. It is also possible to lock directories with FileLocker. However, for
  22. reasons of speed and memory usage only the selected directory will be
  23. locked. The individual files in the directory will still be unlocked.
  24. So, if somebody know the path and filename, they can still open the file.
  25. However, it is not possible to get a directory listing of a locked
  26. directory, so once locked other users will not be able to see the
  27. filenames in the directory.
  28.  
  29. Command template
  30. ~~~~~~~~~~~~~~~~
  31.  ICONIFY/N/K,FILE/K,PATH/K
  32.  
  33.    ICONIFY: 0=Don't iconify at startup (default).
  34.             non null = Iconify at startup.
  35.    FILE:    Filename of filelist to read at startup
  36.    PATH:    Pathname of filelist to read at startup
  37.  
  38.  
  39. This program uses MUI for its graphical user interface. See the MUI.readme
  40. file for information on MUI.
  41.  
  42. Future (it any ;)
  43. ~~~~~~~~~~~~~~~~~
  44.  · Only lock files for network users, not to the user of the computer.
  45.  · More standard arguments (like "CX_POPUP" instead of "ICONIFY").
  46.  
  47. Contact information
  48. ~~~~~~~~~~~~~~~~~~~
  49. TigerSoft can be contacted by email:
  50.  
  51. tigersoft@get2net.dk
  52.  
  53. or by snail mail:
  54.  
  55. TigerSoft
  56. Thomas Graff Thøger
  57. Dyrehavevej 4
  58. 3400 Hillerød
  59.  
  60.